CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dsa 算法

搜索资源列表

  1. dsa.zip

    0下载:
  2. DSA算法的Pascal实现和例子。实现了签名和确认
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:17860
    • 提供者:
  1. wang-DSA

    0下载:
  2. DSA算法还是比较少的,这个是基于DSA算法认证的加密算法库~-DSA algorithm is relatively small, the DSA is based on the encryption algorithm authentication algorithm library ~
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:200409
    • 提供者:王锦
  1. c++dsa

    4下载:
  2. C++语言实现的dsa加密算法,共同学习-the C language settings encryption algorithm, learning together
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:ly
  1. dsa

    0下载:
  2. 基于SOM算法实现的文本聚类,有详细的剖析与例证,希望大家喜欢
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:69300
    • 提供者:XiaoJingyi
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:136954
    • 提供者:wildkaede
  1. dsa

    0下载:
  2. 本段代码在32位信息安全芯片 HT32A256上实现了 RSA加密算法,对开发USBKEY有帮助
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:蔡彬彬
  1. crypto42

    1下载:
  2. C++实现的数字签名DSA算法,不够完善,存在一点外部函数调用的问题
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:480486
    • 提供者:ZBY
  1. DSA

    1下载:
  2. RSA数字签名算法的C语言开源代码需要的下-RSA digital signature algorithm C language source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:biconghui
  1. dsa

    0下载:
  2. DSA算法的Pascal实现和例子。实现了签名和确认-DSA algorithm Pascal realization and example. Realized has signed and confirmed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:18173
    • 提供者:站长
  1. DSA

    0下载:
  2. java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:8543
    • 提供者:赵欢
  1. DSA

    0下载:
  2. dsa加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-dsa encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:88692
    • 提供者:wyowvfp
  1. DSA

    0下载:
  2. 数据结构与算法源码,C#语言开发的源代码。-Source data structures and algorithms, C# language to develop the source code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:155077
    • 提供者:deman
  1. dsa

    4下载:
  2. dsa加密算法,一种常用的数据加密算法的c++语言实现,具有很强的适用性和参考价值-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:8620
    • 提供者:liling
  1. dsa

    1下载:
  2. 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1840779
    • 提供者:olysess
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:10043
    • 提供者:
  1. dsa

    0下载:
  2. dsa数字签名算法。实现数字签名以及验证数字签名的正确性-dsa digital signature algorithm. Digital signatures and digital signatures verify the correctness of
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:338295
    • 提供者:fpj
  1. dsa

    0下载:
  2. 通通过DSA算法的C编程说明加密算法的运用-Pass through the DSA algorithm in C programming note the use of encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:40634
    • 提供者:陈雨
  1. SignAndCheckByDSA

    0下载:
  2. 数字签名 美国标准 DSA算法 java语言实现 完全可用-American Standard DSA digital signature algorithm java language fully available
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:fj
  1. DSA

    0下载:
  2. 实现数字签名功能,通过DSA算法实现,包含源程序等-To implement the digital signature function, through the DSA algorithm, including the source program
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2525244
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com